C言語 エラーハンドリング
#Fleeting_Notes
C言語 エラーハンドリング(c error handling)
errno.h
メモ
第6章 1.セキュアなデフォルト | アーカイブ | IPA 独立行政法人 情報処理推進機構
第6章 2.エラーハンドリング | アーカイブ | IPA 独立行政法人 情報処理推進機構
ERR00-C. Adopt and implement a consistent and comprehensive error-handling policy - SEI CERT C Coding Standard - Confluence
ERR00-C. エラー処理には一貫性のある方針を採用する
ERR30-C. Take care when reading errno - SEI CERT C Coding Standard - Confluence
ERR30-C. 関数を呼び出す前に errno をゼロに初期化し、関数の異常終了時にのみ errno を参照する
ERR33-C. Detect and handle standard library errors - SEI CERT C Coding Standard - Confluence
ERR33-C. 標準ライブラリ関数のエラーを検出し対処する
確認用
Q. C言語 エラーハンドリング
関連
ログ設計
snprintf
調査用
Google.icon
C言語 エラーハンドリング(日)
Google.icon
C error handling(英)
#エラーハンドリング